home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rename10 / about.frm next >
Text File  |  1995-05-07  |  3KB  |  93 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About Rename"
  5.    ClientHeight    =   2115
  6.    ClientLeft      =   2505
  7.    ClientTop       =   2115
  8.    ClientWidth     =   7305
  9.    Height          =   2520
  10.    Left            =   2445
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   2115
  13.    ScaleWidth      =   7305
  14.    Top             =   1770
  15.    Width           =   7425
  16.    Begin CommandButton Command1 
  17.       Caption         =   "OK"
  18.       Default         =   -1  'True
  19.       Height          =   375
  20.       Left            =   6000
  21.       TabIndex        =   4
  22.       Top             =   960
  23.       Width           =   1215
  24.    End
  25.    Begin Label Label5 
  26.       Caption         =   "Programmed in Microsoft Visual Basic 3.0 Professional Edition"
  27.       ForeColor       =   &H00FF0000&
  28.       Height          =   255
  29.       Left            =   240
  30.       TabIndex        =   5
  31.       Top             =   1320
  32.       Width           =   5415
  33.    End
  34.    Begin Label Label4 
  35.       Caption         =   "This program is Public Domain and may be freely distributed as long as the files are in their original form and there is no fee except for the cost of the disk."
  36.       ForeColor       =   &H000000FF&
  37.       Height          =   375
  38.       Left            =   240
  39.       TabIndex        =   3
  40.       Top             =   1680
  41.       Width           =   6855
  42.    End
  43.    Begin Label Label3 
  44.       Caption         =   "by Jacob M. Ciango"
  45.       FontBold        =   -1  'True
  46.       FontItalic      =   0   'False
  47.       FontName        =   "MS Sans Serif"
  48.       FontSize        =   9.75
  49.       FontStrikethru  =   0   'False
  50.       FontUnderline   =   0   'False
  51.       Height          =   255
  52.       Left            =   1800
  53.       TabIndex        =   2
  54.       Top             =   720
  55.       Width           =   3735
  56.    End
  57.    Begin Label Label2 
  58.       Caption         =   "v 1.0"
  59.       Height          =   255
  60.       Left            =   3720
  61.       TabIndex        =   1
  62.       Top             =   360
  63.       Width           =   615
  64.    End
  65.    Begin Label Label1 
  66.       Caption         =   "RENAME"
  67.       FontBold        =   -1  'True
  68.       FontItalic      =   0   'False
  69.       FontName        =   "MS Sans Serif"
  70.       FontSize        =   18
  71.       FontStrikethru  =   0   'False
  72.       FontUnderline   =   0   'False
  73.       ForeColor       =   &H00000000&
  74.       Height          =   495
  75.       Left            =   1800
  76.       TabIndex        =   0
  77.       Top             =   240
  78.       Width           =   1695
  79.    End
  80.    Begin Image Image1 
  81.       Height          =   480
  82.       Left            =   840
  83.       Top             =   120
  84.       Width           =   480
  85.    End
  86. End
  87.  
  88. Sub Command1_Click ()
  89.     ' Unload About
  90.     Unload Me
  91. End Sub
  92.  
  93.